home *** CD-ROM | disk | FTP | other *** search
/ Online Today 2000 January / Onto0100.iso / pc / Browser / Web-Fix / Web-Fix Installer.exe / Main / DirectDisplay.k < prev    next >
Encoding:
Text File  |  1999-09-08  |  935 b   |  34 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000152; 
  4.     release Editor:
  5.         IOWindow is {$00000150,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  6.         LayoutWindow is {$0000013C,$0000002A,$0000028F,$000001EF,$0000013F,$000000EF,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; 
  10.     
  11.     
  12.     
  13.     
  14.     Events is [
  15.         cOnscreenEvent
  16.         with Flags is $00000004; 
  17.             Commands is [
  18.                 cKR_ScriptCommand
  19.                 with Flags is $00000004; ScriptGroup is "Web-Fix 2 Navi"; Script is oWF_CallWFPlugin; 
  20.                     Commands is [
  21.                         cKR_ScriptParameter
  22.                         with ParameterIsCookie is false; ParameterValue is "Internal"; end,
  23.                         cKR_ScriptParameter
  24.                         with ParameterIsCookie is false; ParameterValue is "DisplayManager"; end,
  25.                         cKR_ScriptParameter
  26.                         with ParameterIsCookie is false; ParameterValue is "DirectDisplayReady"; end,
  27.                         cKR_ScriptResult
  28.                         with ResultComment is ""; end
  29.                     ];
  30.                 end
  31.             ];
  32.         end
  33.     ];
  34. end;